Settings getSetting() Methodapp.settings.getSetting(sectionName,keyName) Description The getSetting method retrieves a setting found in the Prefs file. Parameters
Returns String representing the value of the setting. Example var n = app.settings.getSetting("Eraser - Paint Settings", "Aligned Clone"); alert("The setting is " + n); See also |